home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #5 / Amiga Plus CD - 1996 - No. 5.iso / pd / grafik / tgif / readme < prev    next >
Text File  |  1996-05-30  |  2KB  |  46 lines

  1. /*
  2.  * Author:    William Chia-Wei Cheng (william@cs.ucla.edu)
  3.  *
  4.  * @(#)$Header: /n/opus/u/guest/william/src/tgif/v3/RCS/README,v 3.1 1996/05/11 05:41:04 william Exp $
  5.  */
  6.  
  7. This is the ``tgif'' README file.
  8.  
  9. Tgif is an Xlib base 2-D drawing facility under X11.
  10.  
  11. 1) Please read the Copyright file for the copyright information.
  12.  
  13. 2) Please read tgif.man, the man pages that comes with the distribution.
  14.     nroff -t -man tgif.man | more    <== to view
  15.     psroff -man tgif.man        <== to print
  16.  
  17. 3) Modify Makefile.noimake or Imakefile such that TGIF_PATH is set to
  18.    the directory where the optional icon file will be.  (To bypass the
  19.    use of the icon file, set Tgif*NoTgifIcon to true in your X resource file.)
  20.  
  21. 4) Modify the DEFINES line at the beginning of Imakefile or Makefile.noimake
  22.    (see "Things to try..." in the Imakefile for examples).  Please do not
  23.    change -DTELEPORT_ATTR=\"warp_to=\", -DLAUNCH_ATTR=\"launch=\", or
  24.    -DEXEC_ATTR=\"exec=\".
  25.  
  26. 5) If you don't have imake, just do the following,
  27.     cp Makefile.noimake Makefile
  28.     make tgif
  29.  
  30.    If you have imake and xmkmf, do the following,
  31.     xmkmf
  32.     make tgif
  33.  
  34.    If you have imake but don't have xmkmf, do the following,
  35.         (note that the config directory should be set to
  36.         wherever you can find Imake.tmpl)
  37.     imake -DUseInstalled -I/usr/local/libdata/X11/config
  38.     make tgif
  39.  
  40. 6) If your <Meta> key does not work on a HP-UX machine, try doing the following:
  41.  
  42.    xmodmap -e "clear mod1"
  43.    xmodmap -e "add mod1 = Meta_L Meta_R"
  44.  
  45. 7) Please also note that tgif has nothing to do with GIF files/formats.
  46.